@charset "UTF-8";

html,body{height:100%;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';-webkit-text-size-adjust:100%;font-family:"Microsoft YaHei";color:#000;}
main.main-content{background-color:#f5f5f5;}
ul,li,p,a{list-style:none;margin:0;padding:0}
a{text-decoration:none;color:inherit;}
a:hover{color:var(--bs-blue);}
em{font-style:normal;}
tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:1px;}
.w-10{width:10%!important;}
.w-20{width:20%!important;}
.w-30{width:30%!important;}
.w-33{width:33.3333%!important;}
.w-65{width:65%!important;}
.h-10{height:10%!important;}
.h-20{height:20%!important;}
.h-33{height:33.3333%!important;}


/*滚动条样式*/
::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background-color:#f3f3f3}
::-webkit-scrollbar-track-piece{background-color:#f3f3f3;-webkit-border-radius:4px;}
::-webkit-scrollbar-thumb{background-color:#ddd;border:solid 1px silver;border-radius:4px}
::-webkit-scrollbar-corner{background-color:#ddd}
::-webkit-resizer{background-repeat:no-repeat;background-position:bottom right}
::-webkit-scrollbar-thumb:hover{background-color:#f3f3e0}

/*文字缩放*/
@media screen and (max-width:1320px) {
  :root{font-size:0.875rem;}
}

/*图片懒加载效果*/
.lazy{opacity:0;transform:scale(1);transition:opacity 1s ease,transform 1s ease;}
.lazy.loaded{opacity:1;transform:scale(1);}

/*header*/
header .top_hyy{font-size:0.875rem;}
header form input{height:2.8rem;color:#999;}
header form button{width:4.75rem;}
header .search-b{font-size:0.75rem;color:#999;overflow:hidden;text-overflow:ellipsis;}

/*导航条*/
.navbar{--bs-navbar-padding-y:0;--bs-navbar-color:var(--bs-gray-dark);--bs-navbar-hover-color:var(--bs-blue);}
.navbar-nav{--bs-nav-link-padding-y:0.72rem;display:flex;justify-content:space-between;cursor:pointer;}
.navbar-nav .nav-item:nth-child(2),.navbar-nav .nav-item:nth-child(3){background:url(/uploads/202504/25/jz_hot.webp) no-repeat right 18px;background-position:85% 0;}
.navbar-nav .dropdown-toggle::after{display: none;}
.navbar-nav .active a{color:var(--bs-blue);}
.navbar-nav .active a:hover,nav .navbar-nav .active a:focus{color:var(--bs-blue);}
.navbar-nav .mx-lg-2 a:before{content:'';position:absolute;bottom:0;left:48%;margin-left:-0.65rem;display:none;border-style:solid;border-color:transparent transparent var(--bs-blue);border-width:0 0.4375rem 0.4375rem;}
.navbar-nav .mx-lg-2.active a:before,.navbar-nav .mx-lg-2:hover a:before{display:block;}
.navbar-nav:first-child{order:2;}
.navbar-nav:last-child{order:1;}
@media (min-width:1300px) and (max-width:1400px){
  .navbar-nav li{margin-right:0.75rem!important;margin-left:0.75rem!important;}
}

/*导航下拉菜单展开*/
/*首页下列菜单展开*/
nav.fixed .dropdown.index .fenlei{display:none;}
nav.fixed .dropdown.index .dropdown-menu.show{display: block;}
.dropdown.index .fenlei,.dropdown.index .active-dropdown{display: block;}
/*首页下列菜单展开结束*/
.dropdown .active-dropdown{background-color:var(--bs-blue);}
.dropdown .active-dropdown .dropdown-item.fenlei-two{color:var(--bs-white);}
.dropdown-item.fenlei-two:focus,.dropdown-item.fenlei-two:hover {color:var(--bs-white);background-color:var(--bs-blue);}
.dropdown-menu{--bs-dropdown-min-width:100%;--bs-dropdown-font-size:1rem;;--bs-dropdown-spacer:0;--bs-dropdown-border-radius:none;--bs-dropdown-padding-y:none;--bs-dropdown-border-color:none;--bs-dropdown-link-hover-color:none;--bs-dropdown-link-hover-bg:none;}
.dropdown-menu.fenlei{box-shadow:-2px 2px 6px rgb(0,0,0,.2);}
.dropdown.index .fenlei{box-shadow:none;}
.dropdown-menu span{--bs-dropdown-item-padding-y:1.407rem;}
.dropdown-menu>.active-dropdown>.dropdown-menu{width:300%;height:100%; display:block;left:100%;top:1px;box-shadow:0 2px 6px rgb(0,0,0,.2);}
.dropdown.index .dropdown-submenu ul{left:100%;top:1px;box-shadow:0px 3px 6px rgb(0,0,0,.2);}
.dropdown .dropdown-submenu ul{overflow:auto;}
.dropdown .dropdown-submenu ul li{font-size:0;white-space:normal;}
.dropdown .dropdown-submenu ul span{padding-bottom:0.5rem;border-bottom:2px var(--bs-blue) solid;}
.dropdown .dropdown-submenu ul li a{display:inline-block;width:33.33333333%;font-size:1rem;padding:1rem 0;line-height:20px;}
/*.dropdown .dropdown-submenu ul li .fenlei-gj{display:inline-block;width:33.33333333%;font-size:1rem;padding:1rem 0;line-height:20px;}*/
.dropdown .dropdown-submenu ul li img{width:16%;height:24px;margin-right:5%;}
.offcanvas{--bs-offcanvas-width:65%;}
.navbar.fixed{position:fixed;width:100%;top:0;background-color:var(--bs-white);z-index:9999;}

@media (min-width:992px) {
  .navbar-expand-lg .navbar-nav .nav-link{padding-right:0.65rem;padding-left:0.39rem;}
}
@media (max-width:992px) {
  .navbar-nav .nav-item:nth-child(2),.navbar-nav .nav-item:nth-child(3){background:none;}
  .navbar-nav .active{background-color:var(--bs-gray-200);}
  .bi-grid-fill,.dropdown-submenu span i:nth-child(1){display:none;}
  nav.border-bottom{border-bottom:0 !important;}   
  .navbar-nav .mx-lg-2.active a::before, .navbar-nav .mx-lg-2:hover a::before {display:none;}
  .dropdown-menu span{--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.632rem;text-align:left!important;}
  .dropdown-menu>.active-dropdown>.dropdown-menu{width:100%;}
  .dropdown .dropdown-submenu ul li a{width:100%;}
  /*.dropdown .dropdown-submenu ul li .fenlei-gj{width:100%;}*/
}


/*首页*/
.in_part1 .container{display:flex;}
.in_part1 .in_fenlei{box-shadow:-2px 2px 5px rgb(0 0 0 / 20%);}
.in_part1 .in_fenlei ul li{padding:1.407rem 0;cursor:pointer;white-space:nowrap;}
.in_part1 .in_fenlei ul li:hover{color:var(--bs-white);background-color:var(--bs-blue);}
.in_part1 .carousel{width:49rem;box-shadow:0px 5px 6px -2px rgb(0,0,0,.2);}
.in_part1 .carousel-indicators [data-bs-target]{border:1px solid rgb(255,255,255,0);width:10px;height:10px;border-radius:10px;}
.in_part1 .carousel-indicators li{transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-o-transition:all .5s ease;}
.in_part1 .carousel-indicators .active{width:30px;}
.in_part1 .carousel img{height:26.1875rem!important;}
.in_part1 .ms-auto{width:16rem;background-image:url(/uploads/202504/25/fenlei-rightbj.webp);background-repeat:no-repeat;background-size:100%;box-shadow:2px 2px 5px rgb(0 0 0 / 20%);}
.in_part1 .ms-auto i{left:0.75rem;top:0.4rem;}
.in_part1 .ms-auto .position-relative input{font-size:0.875rem;border:1px solid #d1d0d0;padding-left:2.25rem;}
.in_part1 .ms-auto .hm_btn{cursor:pointer;background:linear-gradient(90deg,#3281ff,#4343fd);}
@media (max-width:1320px) {
  .in_part1 .carousel{width:47.9rem;}
  .in_part1 .carousel img{height:26.2415rem!important;}
}
@media (max-width:992px) {
  .in_part1 .container{padding:0 0;}
  .in_part1 .carousel{box-shadow:none;}
  .in_part1 .carousel img{height:auto!important;}
}

.in_part2 .row .w-20:nth-child(1) .p-4{background:url(/uploads/202504/25/tc_bg0.webp) no-repeat center;background-size:100% 100%;}
.in_part2 .row .w-20:nth-child(2) .h-100{background:url(/uploads/202504/25/tc_bg1.webp) no-repeat center;background-size:100% 100%;}
.in_part2 .row .w-20:nth-child(3) .h-100{background:url(/uploads/202504/25/tc_bg2.webp) no-repeat center;background-size:100% 100%;}
.in_part2 .row .w-20:nth-child(4) .h-100{background:url(/uploads/202504/25/tc_bg3.webp) no-repeat center;background-size:100% 100%;}
.in_part2 .row .w-20:nth-child(5) .h-100{background:url(/uploads/202504/25/tc_bg4.webp) no-repeat center;background-size:100% 100%;}
.in_part2 .row .w-20 i{width:2.5rem;height:0.25rem;background:#fff;}
.in_part2 .tabBox_rmfw ul{white-space:nowrap;}
.in_part2 .tabNav_rmfw .active h3{background:var(--bs-blue)!important;color:var(--bs-white)}
.in_part2 .tabCont_rmfw.hidden{display:none;}
.in_part2 .tabCont_list1{background:url(/uploads/202504/25/server_bg_01.webp) no-repeat;background-size:100% 100%;}
.in_part2 .tabCont_list2{background:url(/uploads/202504/25/server_bg_05.webp) no-repeat center;background-size:100% 100%;}
.in_part2 .tabCont_list3{background:url(/uploads/202504/25/server_bg_02.webp) no-repeat center;background-size:100% 100%;}
.in_part2 .tabCont_list4{background:url(/uploads/202504/25/server_bg_03.webp) no-repeat center;background-size:100% 100%;}
.in_part2 .tabCont_list5{background:url(/uploads/202504/25/server_bg_04.webp) no-repeat center;background-size:100% 100%;}
.in_part2 .tabCont_list6{background:url(/uploads/202504/25/server_bg_06.webp) no-repeat center;background-size:100% 100%;}


.in_part2 .tabCont_xgzx1 h4{background:url(/uploads/202504/25/rmfw-bg_01.webp) no-repeat;background-size:100% 100%;}
.in_part2 .tabCont_xgzx1 a{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;}
.in_part2 li.border-bottom:nth-child(1){background: url(/uploads/202504/25/n1.gif) no-repeat left center;background-size:10%;background-position:0 0.8rem;}
.in_part2 li.border-bottom:nth-child(2){background: url(/uploads/202504/25/n2.gif) no-repeat left center;background-size:10%;background-position:0 0.8rem;}
.in_part2 li.border-bottom:nth-child(3){background: url(/uploads/202504/25/n3.gif) no-repeat left center;background-size:10%;background-position:0 0.8rem;}
.in_part2 li.border-bottom:nth-child(4){background: url(/uploads/202504/25/n4.gif) no-repeat left center;background-size:10%;background-position:0 0.8rem;}

.in_part2 .row a:hover{background:rgba(255,255,255,.25);}
@media (max-width:992px) {
  .in_part2 .w-20{width:50%!important;}
}

.in_part3{background:url(/uploads/202504/25/home_bg2.webp) no-repeat center center;background-color:var(--bs-blue);}

.in_part4 .bg-white p{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;}

.in_part6 .border-bottom p{font-size:0.75rem;}
.in_part6 .col-8 h4,.in_part6 .col-8 p{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;}
.in_part6 li h4{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:1;}
.in_part6 li p{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;}
.in_part6 .tabBox ul{white-space:nowrap;}
.in_part6 .tabBox li{cursor:pointer;}
.in_part6 .tabBox li.active{color:var(--bs-blue);border-bottom:2px solid #0d6efd;cursor:pointer;}
.in_part6 .tabBox .tabNav{scrollbar-width:none;}
.in_part6 .tabBox .tabNav{-ms-overflow-style:none;}
.in_part6 .tabBox .tabNav::-webkit-scrollbar{display:none;}
.in_part6 .tabCont.hidden{display:none;}
.in_part6 .tabCont li{display:block!important;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:1;}
.in_part6 .tabCont li i,.in_part6 .col-lg-6 li i{width:0.375rem;height:0.375rem;}
.in_part6 .col-lg-6 li{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:1;}

/*小标题样式*/
.support_title:before,.support_title:after{content: "";width:4%;border-top:2px #999 solid; display: inline-block;vertical-align: middle;}
.support_title:before{margin-right:1rem;}
.support_title:after{margin-left:1rem;}


/*香港公司注册*/
.xg_part1{background:url(/uploads/202504/25/xggszc.webp)no-repeat center top;background-size:100% 100%;}
.xg_part1 a{background:rgba(255,255,255,.1);}
.xg_part2 .col-lg-4 .fs-5{background:url(/uploads/202504/25/xggszc5.webp)no-repeat center top;background-size:100% 100%;}
.xg_part2 .col-lg-4 input[type=radio]{position:absolute;clip:rect(0,0,0,0)}
.xg_part2 .col-lg-4 label i{width:1.375rem;height:1.375rem;display:inline-block;border-radius:50%;background:url(/uploads/202504/25/xggszc6.webp)no-repeat center center;}
.xg_part2 .col-lg-4 label.on i{background:url(/uploads/202504/25/xggszc7.webp)no-repeat center center;}
.xg_part2 .col-lg-8 .hd ul li.on span{background-color:var(--bs-blue);color:var(--bs-white);}
.xg_part2 .col-lg-8 li i{font-style:normal;background:#e5f2ff;}

.xg_part2 .col-lg-8 .bd .row:nth-child(3) .border-end:nth-child(2){border:none;}

@media (max-width:992px) {
  .xg_part2 .col-lg-8 .bd .row:nth-child(3) .border-end:nth-child(2){border:none!important;}
  .xg_part2 .col-lg-8 .bd .row:nth-child(3) .col-12{border-top:var(--bs-border-width)var(--bs-border-style)var(--bs-border-color)!important;}
}

.xg_part3 .col-6 h3:before,.xg_part3 .col-6 h3:after{content:"";width:15%;border-top:1px #0d6efd solid;display:inline-block;vertical-align:middle;}
.xg_part3 .col-6 h3:before{margin-right:1rem;}
.xg_part3 .col-6 h3:after{margin-left:1rem;}
.xg_part3 .col-6:hover .bg-white{background-color:var(--bs-primary)!important;color:var(--bs-white)!important;}
.xg_part3 .col-6:hover img:nth-child(1){display:none;}
.xg_part3 .col-6:hover img:nth-child(2){display:block!important;}
.xg_part3 .col-6:hover h3,.xg_part3 .col-6:hover p{color:var(--bs-white)!important;}
.xg_part3 .col-6:hover h3:before,.xg_part3 .col-6:hover h3:after{border-top:1px #fff solid;}

.xg_part4 .position-absolute{top:48.5%;}

.xg_part5{background:url(/uploads/202504/25/vip_banner.webp) no-repeat center center;background-color:var(--bs-blue);}
@media (max-width:992px) {
  .xg_part5{background:none;background-color:var(--bs-blue);}
}

.xg_part6 .col-12:nth-child(1) .p-lg-4{background:linear-gradient(140deg,#3281ff,#4343fd);}
.xg_part6 .col-12:nth-child(1) .p-lg-4{position:relative;overflow:hidden;}
.xg_part6 .col-12:nth-child(1) li i{background:url(/uploads/202504/25/hot_icon1.webp) no-repeat center center;width:1.375rem;height:1.375rem;}
.xg_part6 .col-12:nth-child(1) a{background:linear-gradient(140deg,#3281ff,#4343fd);}
.xg_part6 .col-12:nth-child(2) .pb-lg-5{background:linear-gradient(140deg,#4343fd,#9447fa);}
.xg_part6 .col-12:nth-child(2) a{background:linear-gradient(140deg,#4343fd,#9447fa);}
.xg_part6 .col-12:nth-child(2) li span{color:#6c6eff;border:1px solid #6d6bff;}

.ty_news .bg-light img{height:150px;}
.ty_news .bg-light p{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;}
.ty_news .w-50 h3,.ty_news li a{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:1;}
.ty_news .w-50 p{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;}
@media (max-width:992px) {
  .ty_news .bg-light img{width:100%!important;}
  .ty_news .w-50{width:100%!important;}
  .ty_news .border-end{border:none!important;}
}

.qtfw .col-6 .bg-white{background:url(/uploads/202504/25/qtfw.webp) no-repeat center right;}
.qtfw .col-6:hover .bg-white{background:url(/uploads/202504/25/qtfw_hover.webp) no-repeat center;background-size:100% 100%;}
.qtfw .col-6:hover h3,.qtfw .col-6:hover p{color:var(--bs-white)!important;}
@media (max-width:992px) {
  .qtfw .col-6 .bg-white{height:17.5rem;}
}


/*海外公司注册*/
.jw_banner{background:url(/uploads/202504/25/bg_hwgsfw.webp)no-repeat center top;background-size:100% 100%;}
.jw_part1 .hmcx{background:url(/uploads/202504/25/hmcx.webp)no-repeat center top 100%;}
.jw_part1 form{font-size:0}
.jw_part1 .form-control{padding:0.75rem 1rem;}
.jw_part1 .col-12.position-relative:nth-child(1):before{content:".";width:2px;height:1.25rem;background:#ccc;position:absolute;right:1px;top:1.05rem;}
.jw_part1 .text-muted span{font-size:0.875rem}
@media (max-width:992px) {
  .jw_part1 input,.jw_part1 button{border-radius:0.5rem!important;}
  .jw_part1 .col-12.position-relative:nth-child(1):before{content:".";display:none;}
}
@media (min-width:992px) {
  .jw_part1 .form_item .col-12:nth-child(1) .border-2{border-right:0;}
  .jw_part1 .form_item .col-12:nth-child(2) .border-2{border-left:0;}
}
.jw_part2 .row p{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;}
.jw_part2 .row .bg-white:hover a{background-color:var(--bs-blue)!important;color:var(--bs-white)!important;}
@media (max-width:992px) {
  .jw_part2 .w-20{width:50%!important;}
}
.jw_part3 .row .bg-white{height:18rem;}
.jw_part3 .row .bg-white:hover a{background-color:var(--bs-blue)!important;color:var(--bs-white)!important;}
.jw_part3 .row .bg-white span{height:5.5rem;}
@media (max-width:992px) {
  .jw_part3 .w-20{width:50%!important;}
  .jw_part3 .row .bg-white{height:16rem;}
}
.jw_part4 .col-lg-2 ul.text-white{background:url(/uploads/202504/25/sbdqcx.webp)no-repeat center;background-size:100% 100%;}
.jw_part4 .col-lg-2 ul li small{font-size:0.625rem;color:rgba(255, 255, 255, .24);}
.jw_part4 .sbzcdq_nav li{border-bottom:1px solid rgba(255, 255, 255, .1);}
.jw_part4 .sbzcdq_nav li:hover{background-color:#123c7d;}
.jw_part4 .sbzcdq_nav li.on{background-color:#123c7d;}
.jw_part4 .sbzcdq_list{display:none;}
.jw_part4 .sbzcdq_list.on{height:28.438rem;display:block;padding-bottom:1px;}
.jw_part4 .sbzcdq_list li{height:9.46rem;transition:all .1s;overflow:hidden;}
.jw_part4 .sbzcdq_list li .position-absolute{bottom:-100%; transition:all .3s ease-out;background:linear-gradient(351deg, #1C8DFF 0%, #134DDA 100%);}
.jw_part4 .sbzcdq_list li .position-absolute a{font-size:0.875rem;}
.jw_part4 .sbzcdq_list li:hover .position-absolute{bottom:0;}
.jw_part4 .sbzcdq_list_results li{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;}
@media (max-width:992px) {
  .jw_part4 .w-30{width:75%!important;}
  .jw_part4 .search{width:100%!important;}
}
.jw_part5 .col-lg-4 .d-flex:nth-child(1) i{width:46px;height:46px;}
.jw_part5 .col-lg-4 .d-flex:nth-child(2) i,.jw_part5 .col-lg-4 .d-flex:nth-child(3) i{width:16px;height:16px;}
.jw_part5 .col-lg-4 .d-flex .ps-3 small{font-size:0.8rem;color:rgba(42,42,42,.3);}
.jw_part5 .col-lg-4:nth-child(1) .d-flex:nth-child(1) i{background:url(/uploads/202504/25/jwgszc138.webp)-2px -232px;}
.jw_part5 .col-lg-4:nth-child(1) .d-flex:nth-child(2) i,.jw_part5 .col-lg-4:nth-child(1) .d-flex:nth-child(3) i{background:url(/uploads/202504/25/jwgszc138.webp)-304px -142px;}
.jw_part5 .col-lg-4:nth-child(2) .d-flex:nth-child(1) i{background:url(/uploads/202504/25/jwgszc138.webp)-52px -232px;}
.jw_part5 .col-lg-4:nth-child(2) .d-flex:nth-child(2) i,.jw_part5 .col-lg-4:nth-child(2) .d-flex:nth-child(3) i{background:url(/uploads/202504/25/jwgszc138.webp)-304px -142px;}
.jw_part5 .col-lg-4:nth-child(3) .d-flex:nth-child(1) i{background:url(/uploads/202504/25/jwgszc138.webp)-102px -232px;}
.jw_part5 .col-lg-4:nth-child(3) .d-flex:nth-child(2) i,.jw_part5 .col-lg-4:nth-child(3) .d-flex:nth-child(3) i{background:url(/uploads/202504/25/jwgszc138.webp)-304px -142px;}
.jw_part5 .col-lg-4:nth-child(4) .d-flex:nth-child(1) i{background:url(/uploads/202504/25/jwgszc138.webp)-152px -232px;}
.jw_part5 .col-lg-4:nth-child(4) .d-flex:nth-child(2) i,.jw_part5 .col-lg-4:nth-child(4) .d-flex:nth-child(3) i{background:url(/uploads/202504/25/jwgszc138.webp)-304px -142px;}
.jw_part5 .col-lg-4:nth-child(5) .d-flex:nth-child(1) i{background:url(/uploads/202504/25/jwgszc138.webp)-202px -232px;}
.jw_part5 .col-lg-4:nth-child(5) .d-flex:nth-child(2) i,.jw_part5 .col-lg-4:nth-child(5) .d-flex:nth-child(3) i{background:url(/uploads/202504/25/jwgszc138.webp)-304px -142px;}
.jw_part5 .col-lg-4:nth-child(6) .d-flex:nth-child(1) i{background:url(/uploads/202504/25/jwgszc138.webp)-252px -232px;}
.jw_part5 .col-lg-4:nth-child(6) .d-flex:nth-child(2) i,.jw_part5 .col-lg-4:nth-child(6) .d-flex:nth-child(3) i{background:url(/uploads/202504/25/jwgszc138.webp)-304px -142px;}
@media (max-width:992px) {
  .jw_part5 .col-lg-4:nth-child(1) .border-end,.jw_part5 .col-lg-4:nth-child(2) .border-end,.jw_part5 .col-lg-4:nth-child(4) .border-end,.jw_part5 .col-lg-4:nth-child(5) .border-end{border-right:none!important;}
  .jw_part5 .col-lg-4:nth-child(4) .border-end,.jw_part5 .col-lg-4:nth-child(5) .border-end{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;}
}
.jw_part6{background:url(/uploads/202504/25/jwgszc136.webp)no-repeat center top;background-size:100% 100%;}
.jw_part6 .col-lg-3 .py-lg-5{background:url(/uploads/202504/25/jwgszc137.webp)no-repeat center top;background-size:100% 100%;}
.jw_part6 .col-lg-3 h3{line-height:2.25rem;}
.jw_part6 .col-lg-3 h3:after{content:'';position:absolute;top:6rem;left:0;width:2rem;height:0.125rem;background:#FFFFFF;}
.jw_part6 .col-lg-3 p{line-height:2rem;}
.jw_part6 .col-lg-3 span{font-size:0.8rem;color:rgba(255,255,255,.5);}
.jw_part6 .col-lg-3 a{background:linear-gradient(137deg,#FFC43C 0%,#FD8056 100%);}
.jw_part6 .col-lg-9 small{font-size:0.8rem;color:rgba(42,42,42,.3);}
.jw_part6 .col-lg-9 .bg-light span:nth-child(3){color:rgba(42,42,42,.3);}
.jw_part6 .col-lg-9 ul li:nth-child(1) i{position:absolute;bottom:1rem;right:1.75rem;width:64px;height:70px;background:url(/uploads/202504/25/jwgszc138.webp)-2px -158px;}
.jw_part6 .col-lg-9 ul li:nth-child(2) i{position:absolute;bottom:1rem;right:1.75rem;width:64px;height:70px;background:url(/uploads/202504/25/jwgszc138.webp)-70px -158px;}
.jw_part6 .col-lg-9 ul li:nth-child(3) i{position:absolute;bottom:1rem;right:1.75rem;width:64px;height:70px;background:url(/uploads/202504/25/jwgszc138.webp)-138px -158px;}
.jw_part6 .col-lg-9 ul li:nth-child(4) i{position:absolute;bottom:1rem;right:1.75rem;width:64px;height:70px;background:url(/uploads/202504/25/jwgszc138.webp)-236px -2px;}
.jw_part6 .col-lg-9 ul li:nth-child(5) i{position:absolute;bottom:1rem;right:1.75rem;width:64px;height:70px;background:url(/uploads/202504/25/jwgszc138.webp)-236px -76px;}
.jw_part6 .col-lg-9 ul li:nth-child(6) i{position:absolute;bottom:1rem;right:1.75rem;width:64px;height:70px;background:url(/uploads/202504/25/jwgszc138.webp)-236px -150px;}

.jw_part7 .col-12 .w-25 i{width:2rem;height:2rem;line-height:2rem;font-style:normal;}
@media (max-width:992px) {
  .jw_part7 .col-12 .w-25{width:50%!important;}
}

/*新加坡公司注册单页*/
.xjpgszc{background-color:#569afd;}
.xjpgszc3 .col-12 .w-25 i{width:2rem;height:2rem;line-height:2rem;font-style:normal;}
.xjpgszc4{background:url(/uploads/202504/25/xjpgszc13.webp)no-repeat center top;background-size:auto 100%;}
.xjpgszc4 .col-4 .text-muted{height:3rem;}
.xjpgszc6{background:url(/uploads/202504/25/xjpgszc30.webp)no-repeat center top;background-size:auto 100%;}
.xjpgszc7 .hd li{cursor:pointer;}
.xjpgszc7 .hd li.on{background:rgb(236,236,236);border-left:4px solid rgb(12, 111, 252);}
.xjpgszc7 .position-absolute{right:3rem;bottom:3rem;}
.mggszc8 span::before{content:'';position:absolute;width:6px;height:30px;background:#0c6ffc;left:0;top:0;}
@media (max-width:992px) {
  .xjpgszc1 p.text-muted{height:3rem;}
  .xjpgszc2 p.text-muted{height:3rem;}
  .xjpgszc3 .col-12 .w-25{width:100%!important;}
  .xjpgszc3 .col-12 .w-25 i.bi-chevron-double-right{display:none;}
  .xjpgszc4 a.w-50{width:75%!important;}
  .xjpgszc5 p{height:3rem;}
  .xjpgszc7 .hd img{width:30%!important;}
  .xjpgszc7 .bd img.pt-lg-2{width:25%!important;}
}

/*财税服务*/
.sj_part1{background:url(/uploads/202504/25/jwgssj.webp)no-repeat center top;background-size:100% 100%;}
.sj_part1 a{background:rgba(255,255,255,.1);}

.sj_part2 form{font-size: 0;}
.sj_part2 .form_item .col-12 .form-control{padding:0.75rem 0 0.75rem 2.5rem;}
.sj_part2 .form_item .col-6 .form-control{padding:0.75rem 0}
.sj_part2 .col-12.position-relative:nth-child(1):before,.sj_part2 .col-12.position-relative:nth-child(2):before{content:".";width:2px;height:1.25rem;background:#ccc;position:absolute;right:1px;top:1.05rem;}
.sj_part2 .col-12 i{left:1rem;top:0.7rem;}
@media (max-width:992px) {
  .sj_part2 .col-12:before{content:".";display:none;}
}
@media (min-width:992px) {
  .sj_part2 .form_item .col-12:nth-child(1) .border-2{border-right:0;}
  .sj_part2 .form_item .col-12:nth-child(2) .border-2,.sj_part2 .form_item .col-12:nth-child(3) .border-2,.sj_part2 .form_item .col-12:nth-child(4) .border-2{border-left:0;border-right:0;}
}
.sj_part3 .row .bg-white:hover a{background-color:var(--bs-blue)!important;color:var(--bs-white)!important;}
.sj_part4 .col-lg-6 .d-flex{background:url(/uploads/202504/25/xggszc5.webp)no-repeat center top;background-size:100% 100%;}
.sj_part4 .col-lg-6:nth-child(2) p{height:6rem;}
.sj_part5 .row p{height:3.25rem;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;}
.sj_part6 .row p{height:3.25rem;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;}


/*境外银行开户*/
.kh_banner{background:url(/uploads/202504/25/page_ban4.webp)no-repeat center top;background-size:100% 100%;}
.kh_part1 span{color:#ffa128;}
.kh_part1 h1{color:#ff4e00;letter-spacing:0.3rem;}
.kh_part1 h1:before,.kh_part1 h1:after{content:"";width:2rem;border-top:3px #ffa128 solid;display:inline-block;vertical-align:middle;}
.kh_part1 h1::before {margin-right:1rem;}
.kh_part1 h1::after{margin-left:1rem;}
.kh_part1 span:nth-child(2){font-size:2.75rem!important;}
.kh_part1 span:nth-child(8){vertical-align:middle;}
@media (max-width:992px) {
  .kh_part1 span:nth-child(2){font-size:2.18rem!important;}
}

.kh_part2 .col-6 .bg-white{height:21rem;}
@media (max-width:992px) {
  .kh_part2 .col-6 .bg-white{height:19.5rem;}
}

.kh_part3 h3:before,.kh_part3 h3:after{content: "";width:41.85%;border-top:2px #787777 solid;display: inline-block;vertical-align:middle;}
.kh_part3 h3:before{margin-right:5%;}
.kh_part3 h3:after{margin-left:5%;}
.kh_part3 li .d-flex{border:1px solid #aaa;}
.kh_part3 li .dn{display:none;}
.kh_part3 li .pa{position:absolute;right:0.65rem;}
.kh_part3 li .ccc{background:rgb(0, 0, 0);opacity:0.7;height:100%;width:100%;position:absolute;top:0px;left:0px;}
.kh_part3 li .jrdb{width:94px;line-height:27px;height:27px;border:1px solid #FFF;left:27px;top:10px;position:absolute;color:#fff;font-size:14px;text-align:center;display:none;}
.kh_part3 li .qx{font-size:0.875rem;}
.tabcom{width:1200px;}
.tabcom thead th{background:#0d6efd;color:#FFF;height:35px;border:1px solid #b7cffc;}
.tabcom thead th:nth-child(1){width:130px;}
.tabcom thead th:nth-child(2){width:100px;}
.tabcom thead th:nth-child(5){width:100px;}
.tabcom thead th:nth-child(7){width:130px;}
.tabcom tbody td{color:#000;padding:10px;line-height:24px;border:1px solid #b7cffc;}
.tabcom tbody tr td{background-color:#fff;}
.tabcom tbody tr td:nth-child(1){background:#e1edff;}
@media (min-width:1200px) {
  .tabcom{width:100%;}
}
@media (max-width:992px) {
  .kh_part3 h3:before,.kh_part3 h3:after{content: "";width:32.5%;border-top:2px #787777 solid;display: inline-block;vertical-align:middle;}
}

.kh_part4 .col-6 .bg-white{height:14.5rem;}
@media (max-width:992px) {
  .kh_part4 .col-6 .bg-white{height:18.5rem;}
}

.kh_part5{background:url(/uploads/202504/25/jwgszc136.webp)no-repeat center top;background-size:100% 100%;}
.kh_part5 .col-12 .text-white{background:rgba(255, 255, 255, 0.25);}

.kh_part6 .col-12 .w-20 i{width:2rem;height:2rem;line-height:2rem;font-style:normal;}
@media (max-width:992px) {
  .kh_part6 .col-12 .w-20{width:50%!important;}
}

.kh_part7 .col-12 .d-flex{height:10.5rem;}
@media (max-width:992px) {
  .kh_part7 .col-12 .border-end{border-right:none!important;}
  .kh_part7 .col-12:nth-child(3) .px-4{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;}
}


/*国际商标注册*/
.sb_banner{background:url(/uploads/202504/25/bg-search.webp)no-repeat center top;background-size:100% 100%;}
.sb_part1{background:url(/uploads/202504/25/shangbiao_bt_sou_bg.webp) no-repeat center;background-size:100% 100%;}
.sb_part1 h2.d-block{background:url(/uploads/202504/25/shangbiao_bt_sou_bg1.webp) no-repeat center;background-size:50% 100%;}
.sb_part1 form{font-size: 0;}
.sb_part1 .form-control{padding:0.75rem 1rem;}
.sb_part1 .col-12.position-relative:nth-child(1):before,.sb_part1 .col-12.position-relative:nth-child(2):before,.sb_part1 .col-12.position-relative:nth-child(3):before{content:".";width:2px;height:1.25rem;background:#ccc;position:absolute;right:1px;top:1.05rem;}
.sb_part1 .text-muted span{font-size:0.875rem}
@media (max-width:992px) {
  .sb_part1 h2.d-block{background-size:90% 100%;}
  .sb_part1 input,.sb_part1 button{border-radius:0.5rem!important;}
  .sb_part1 .col-12:before{content:".";display:none;}
  .sb_part1 img{width:50%!important;}
  .sb_part1 .w-100.position-absolute span{font-size:1rem!important;}
}
@media (min-width:992px) {
  .sb_part1 .form_item .col-12:nth-child(1) .border-2{border-right:0;}
  .sb_part1 .form_item .col-12:nth-child(2) .border-2,.sb_part1 .form_item .col-12:nth-child(3) .border-2,.sb_part1 .form_item .col-12:nth-child(4) .border-2{border-left:0;border-right:0;}
}

.sb_part2 .col-6:nth-child(1) .gjsbys_hover{background:url(/uploads/202504/25/gjsbys_hover1.webp) no-repeat center;background-size:100% 100%; display:none;}
.sb_part2 .col-6:nth-child(2) .gjsbys_hover{background:url(/uploads/202504/25/gjsbys_hover2.webp) no-repeat center;background-size:100% 100%; display:none;}
.sb_part2 .col-6:nth-child(3) .gjsbys_hover{background:url(/uploads/202504/25/gjsbys_hover3.webp) no-repeat center;background-size:100% 100%; display:none;}
.sb_part2 .col-6:nth-child(4) .gjsbys_hover{background:url(/uploads/202504/25/gjsbys_hover4.webp) no-repeat center;background-size:100% 100%; display:none;}
.sb_part2 .col-6:hover .bg-white:nth-child(1){display:none;}
.sb_part2 .col-6:hover .gjsbys_hover{display:block;}
.sb_part2 .col-6 .bg-white{height:13rem;}
@media (max-width:992px) {
  .sb_part2 .col-6 .bg-white{height:16.5rem;}
}

.sb_part4 .col-lg-2 ul.text-white{background:url(/uploads/202504/25/sbdqcx.webp)no-repeat center;background-size:100% 100%;}
.sb_part4 .col-lg-2 ul li small{font-size:0.625rem;color:rgba(255, 255, 255, .24);}
.sb_part4 .sbzcdq_nav li:nth-child(1){background:url(/uploads/202504/25/sbzcdq1.webp) no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_nav li:nth-child(2){background:url(/uploads/202504/25/sbzcdq2.webp) no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_nav li:nth-child(3){background:url(/uploads/202504/25/sbzcdq3.webp) no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_nav li:nth-child(4){background:url(/uploads/202504/25/sbzcdq4.webp) no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_nav li:nth-child(5){background:url(/uploads/202504/25/sbzcdq5.webp) no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_nav li:nth-child(6){background:url(/uploads/202504/25/sbzcdq6.webp) no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_nav li:nth-child(7){background:url(/uploads/202504/25/sbzcdq7.webp) no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_nav li:nth-child(8){background:url(/uploads/202504/25/sbzcdq8.webp) no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_nav li{border-bottom:1px solid rgba(255, 255, 255, .1);}
.sb_part4 .sbzcdq_nav li:nth-child(1):hover{background:url(/uploads/202504/25/sbzcdq1_hover.webp) #123c7d no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_nav li:nth-child(2):hover{background:url(/uploads/202504/25/sbzcdq2_hover.webp) #123c7d no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_nav li:nth-child(3):hover{background:url(/uploads/202504/25/sbzcdq3_hover.webp) #123c7d no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_nav li:nth-child(4):hover{background:url(/uploads/202504/25/sbzcdq4_hover.webp) #123c7d no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_nav li:nth-child(5):hover{background:url(/uploads/202504/25/sbzcdq5_hover.webp) #123c7d no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_nav li:nth-child(6):hover{background:url(/uploads/202504/25/sbzcdq6_hover.webp) #123c7d no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_nav li:nth-child(7):hover{background:url(/uploads/202504/25/sbzcdq7_hover.webp) #123c7d no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_nav li:nth-child(8):hover{background:url(/uploads/202504/25/sbzcdq8_hover.webp) #123c7d no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_nav li:nth-child(1).on{background:url(/uploads/202504/25/sbzcdq1_hover.webp) #123c7d no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_nav li:nth-child(2).on{background:url(/uploads/202504/25/sbzcdq2_hover.webp) #123c7d no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_nav li:nth-child(3).on{background:url(/uploads/202504/25/sbzcdq3_hover.webp) #123c7d no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_nav li:nth-child(4).on{background:url(/uploads/202504/25/sbzcdq4_hover.webp) #123c7d no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_nav li:nth-child(5).on{background:url(/uploads/202504/25/sbzcdq5_hover.webp) #123c7d no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_nav li:nth-child(6).on{background:url(/uploads/202504/25/sbzcdq6_hover.webp) #123c7d no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_nav li:nth-child(7).on{background:url(/uploads/202504/25/sbzcdq7_hover.webp) #123c7d no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_nav li:nth-child(8).on{background:url(/uploads/202504/25/sbzcdq8_hover.webp) #123c7d no-repeat center;background-position:7% 50%;}
.sb_part4 .sbzcdq_list{display:none;}
.sb_part4 .sbzcdq_list.on{height:32.5rem;display:block;}
.sb_part4 .sbzcdq_list li{height:10.813rem;transition:all .3s;overflow:hidden;}
.sb_part4 .sbzcdq_list li .position-absolute{bottom:-100%; transition:all .3s ease-out;background:linear-gradient(351deg, #1C8DFF 0%, #134DDA 100%);}
.sb_part4 .sbzcdq_list li:hover .position-absolute{bottom:0;}
.sb_part4 .sbzcdq_list_results li{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;}
@media (max-width:992px) {
  .sb_part4 .sbzcdq_list li{height:12.5rem;}
  .sb_part4 input{width:100%!important;}
  .sb_part4 .sbzcdq .sbzcdq_list:nth-child(9) img{width:100%!important;}
  .sb_part4 .w-30{width:75%!important;}
}

.sb_part5 .col-6 .bg-white h3{height:5rem;}
.sb_part5 .col-6 p.text-muted{height:3rem;}
.sb_part5 .col-6 p.text-start{height:5rem;}
.sb_part5 .col-6 span.text-start{height:4rem;}
.sb_part5.sbzfzz .col-6:nth-child(1) .sbzfzz_hover{background:url(/uploads/202504/25/zfzz1_hover.webp) no-repeat center;background-size:100% 100%; display:none;}
.sb_part5.sbzfzz .col-6:nth-child(2) .sbzfzz_hover{background:url(/uploads/202504/25/zfzz2_hover.webp) no-repeat center;background-size:100% 100%; display:none;}
.sb_part5.sbzfzz .col-6:nth-child(3) .sbzfzz_hover{background:url(/uploads/202504/25/zfzz3_hover.webp) no-repeat center;background-size:100% 100%; display:none;}
.sb_part5.sbzfzz .col-6:nth-child(4) .sbzfzz_hover{background:url(/uploads/202504/25/zfzz4_hover.webp) no-repeat center;background-size:100% 100%; display:none;}
.sb_part5.sbzfzz .col-6:nth-child(5) .sbzfzz_hover{background:url(/uploads/202504/25/zfzz5_hover.webp) no-repeat center;background-size:100% 100%; display:none;}
.sb_part5.sbzfzz .col-6:nth-child(6) .sbzfzz_hover{background:url(/uploads/202504/25/zfzz6_hover.webp) no-repeat center;background-size:100% 100%; display:none;}
.sb_part5.sbzfzz .col-6:hover .bg-white:nth-child(1){display:none;}
.sb_part5.sbzfzz .col-6:hover .sbzfzz_hover{display:block;}
.sb_part5 .position-absolute{bottom:2.5rem;}

.sb_part6 .col-6 p.text-muted{height:4rem;}
@media (max-width:992px) {
  .sb_part6 .col-6 p.text-muted{height:5.5rem;}
}


/*知识库*/
/*知识库面包屑导航*/
.newtitle{font-size:1.5rem;color:#444;}
.mbxdh{color:#555;}
/*知识库轮播*/
.new .carousel-indicators [data-bs-target]{border:1px solid #fff;width:10px;height:10px;border-radius:10px;}
.new .carousel-control-prev-icon,.new .carousel-control-next-icon{display: none;}
.new .carousel-control-prev:hover .carousel-control-prev-icon,.new .carousel-control-next:hover .carousel-control-next-icon{display:inline-block;}
.new .hover-zoom{transition:transform 0.3s ease;}
.new .hover-zoom:hover{transform: scale(1.1);}
@media screen and (min-width:992px) {
  .new .carousel-caption{left:0;right:0;background:rgba(0, 0, 0, 0.6);padding:0;bottom:0;text-shadow:none;}
  .new .carousel-caption span{width:75%;margin:0;padding:15px;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
  .new .carousel-indicators{bottom:3px;right:15px;width:auto;left:inherit;opacity:0.6;margin-right:0;}
  .new .carousel-indicators [data-bs-target]{border:1px solid #fff;width:10px;height:10px;border-radius:10px;}
}
/*.new .img-zoom:nth-child(1),.new .img-zoom:nth-child(2){margin-bottom:1.5rem;}*/
.new .img-zoom span{width:100%;margin:0;padding:5px;color:#fff;background: rgba(0, 0, 0, 0.6);text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
/*知识库列表*/
.new .new-category{scrollbar-width:none;}
.new .new-category li{margin-right:2rem;}不刷新切换栏目
.new .new-category li:hover{color:var(--bs-blue);border-bottom:3px solid var(--bs-blue);}
.new .new-category .active{color:var(--bs-blue);border-bottom:3px solid var(--bs-blue);}
.new .new-category a{line-height:4rem;}
/*.new .new-category a:hover{color:var(--bs-blue);border-bottom:3px solid var(--bs-blue);}*/
.new .new-category li:nth-child(9){padding:0!important;margin:0!important;}
.new .card{--bs-card-border-width:none;--bs-card-border-radius:none;--bs-card-cap-bg:none;}
.new .carousel-inner{height:22rem}
.new .topic-wrap{height:10.25rem;}
.new .new-rmdq a span{bottom:0;color:#fff;font-size:18px;font-weight:500;left:0;line-height:20px;margin-top:-10px;overflow:hidden;padding:0 15px;position:absolute;text-align:center;text-overflow:ellipsis;top:50%;white-space:nowrap;width:100%;z-index:1;word-wrap:normal;box-sizing:border-box;transition:all .3s ease-out;}
.new .new-rmdq a:after{background:rgba(0, 0, 0, .3);content:"";height:100%;left:0;position:absolute;top:0;transition:all .3s ease 0s;width:100%;}
.new .new-rmdq a:hover img{transform:scale(1.05);transition:transform .3s ease-out 0s}
.new .new-rmdq a:hover:after{opacity:.7;transition:all .3s ease 0s;}
.new aside .j-lazy{height:22rem;}

@media (max-width:992px) {
  .new .carousel-inner{height:14.375rem;}
  .new .topic-wrap{height:7.5rem;}
  .new .new-rmdq a span{font-size:14px;padding:0 0;}
}


/*.new main .card:nth-child(2){--bs-card-bg:none;}
.new .card:nth-child(2){--bs-card-bg:none;}*/
.channel-list h2:before {position:relative;left:-0.5rem;content:' ';width:3px;height:20px;background:#0d6efd;display:inline-block;}
.channel-list h3{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:1;}
.channel-list p{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;}
.channel-list li{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:6.5rem;}
.channel-list li span{right:0;}
.new .article-item .position-absolute{color:#fff;font-size:12px;line-height:25px;border-radius:3px;top:10px;left:20px;background:rgba(0, 0, 0, .5);}
.new .article-item .position-absolute:hover{background:var(--bs-blue);}

/*文章列表页*/
/*文章列表左侧*/
.shaixuan .active{color:var(--bs-primary);}
.article-item h3{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;}
.article-item p{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;}
article .sjll{line-height:2rem;}
article .sjll .p-2{background:#e5f2ff;}
/*文章列表右侧*/
aside .align-items-center span{background:#e5f2ff;}
aside .align-items-center a{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:1;}
.tag{background:#e5f2ff;}
aside li a{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;}
aside li div span{font-size:0.75rem;}
/*分页*/
.article-list .text-center{padding:30px 0;white-space:nowrap;}
.article-list .text-center a{margin:0;color:#333;padding:5px 15px;border: 1px solid #ccc;padding:0.5em 0.93em;}
.pagination{display:inline-block;padding-left:0;margin:17px 0;border-radius:3px;}
.pagination > li{display:inline;}
.pagination > li > a, .pagination > li > span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#2c3e50;background-color:#fff;border:1px solid #ddd;margin-left:-1px;}
.pagination > li:first-child > a, .pagination > li:first-child > span{margin-left:0;border-bottom-left-radius:3px;border-top-left-radius:3px;}
.pagination > li:last-child > a, .pagination > li:last-child > span{border-bottom-right-radius:3px;border-top-right-radius:3px;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{z-index:2;color:#11181f;background-color:#eeeeee;border-color:#ddd;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{z-index:3;color:#fff;background-color:#2c3e50;border-color:#2c3e50;cursor:default;}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus{color:#777777;background-color:#fff;border-color:#ddd;cursor:not-allowed;}
.pager{padding:20px 0;;margin-bottom:20px;list-style:none;text-align:center;}
.pager li{display:inline;}
.pager li > a, .pager li > span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px;}
.pager li > a:hover, .pager li > a:focus{text-decoration:none;background-color:#eeeeee;}
.pager .next > a, .pager .next > span{float:right;}
.pager .previous > a, .pager .previous > span{float:left;}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span{color:#777777;background-color:#fff;cursor:not-allowed;}
.pager .pagination{margin:0;}
.pager .pager{margin:0;}
.pager li{margin:0 0.25em;height:auto;display:inline-block;}
.pager li:first-child > a,.pager li:last-child > a,.pager li:first-child > span,.pager li:last-child > span{padding:0.5em 1.2em;}
.pager li > a,.pager li > span{background:none;border:1px solid #e6e6e6;border-radius:0.25em;padding:0.5em 0.93em;font-size:14px;}
/*文章内容页*/
.article-text p,.article-text h2,.article-text h3,.article-text ol,.article-text ul{line-height:30px;padding-bottom:15px;margin-bottom:0;text-align:justify;}
.article-text hr{display:none;}
.article-text ol{padding-left:0;}
.article-text li{text-indent: 2em;}
.article-text li:before{content:"";width:6px;height:6px;display:inline-block;border-radius:50%;background:#000;vertical-align: middle;margin-right:0.75rem;}
.article-text li p{padding-bottom:0;display:inline;}
.article-text li img{padding:1rem 0;}
.article-text h2{font-size:1.5rem;font-weight:700;margin-top:1rem;}
.article-text h3,.article-text h4{font-size:1.25rem;font-weight:700;}
.article-text table{width:100%;line-height:2.5rem;margin-bottom:15px;}
.article-text table thead{background:#e9ecef;}
.article-text table th,.article-text table td{padding-left:1rem;}
.article-text blockquote{display:block;border-left:8px solid #d0e5f2;padding:5px 10px;font-size:100%;background-color:#f1f1f1;}
.article-text blockquote p{padding:0;}
.article-text img{width: 100%;display:block;text-indent:0em;}
.article-text p a{color:var(--bs-primary);cursor:pointer;font-weight:bold;}
.card-body .prevnext{height:5.5rem;}
.card-body .prevnext div.position-absolute{top:-2rem;}
.card-body .prevnext div.position-absolute:before{background:rgba(0,0,0,.7);content:"";width:100%;height:100%;position:absolute;top:0;left:0;}
.card-body .prevnext a:hover div.position-absolute:before{background:rgba(0,0,0,.7);}
.card-body .prevnext a span:nth-child(2){line-height:1.25rem;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;top:0.75rem;left:1rem;}
.card-body .prevnext a span:nth-child(3){font-size:0.75rem;top:3.75rem;left:1rem;}
.card-body .prevnext a span:nth-child(4){font-size:0.75rem;top:3.75rem;right:1rem;}


/*关于我们*/
.ab_part2 .col-lg-5 .border{height:28rem;}
.ab_part2 .col-lg-5 .border img{left:1.5rem;top:1.5rem;}
.ab_part2 .ms-3 span{font-style:normal;font-family:Impact;color:#146bbb;line-height:2rem;}
@media (max-width:992px) {
  .ab_part2 .row .col-lg-3:nth-child(2){border:none!important;}
}

@media (max-width:992px) {
  .ab_part4 .col-12 .w-20{width:50%!important;}
}



/*通用按钮*/
.anniu{position:relative;overflow:hidden;transition:.3s all;vertical-align:middle;}
.anim{-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);position:absolute;top:50%;left:50%;z-index:10}
.anim:before{position:relative;content:'';display:block;margin-top:100%}
.anim:after{content:'';position:absolute;top:0;bottom:0;left:0;right:0;border-radius:50%}
.hoverable{overflow:hidden}
.hoverable .anim{-moz-animation:anim-out .75s;-webkit-animation:anim-out .75s;animation:anim-out .75s}
.hoverable .anim:after{-moz-animation:anim-out-pseudo .75s;-webkit-animation:anim-out-pseudo .75s;animation:anim-out-pseudo .75s}
.hoverable .anim,.hoverable .anim:after{animation-iteration-count:infinite;animation-duration:1.3s}
@-webkit-keyframes anim-in{0%{width:0}100%{width:100%}}
@-moz-keyframes anim-in{0%{width:0}100%{width:100%}}
@-ms-keyframes anim-in{0%{width:0}100%{width:100%}}
@keyframes anim-in{0%{width:0}100%{width:100%}}
@-webkit-keyframes anim-in-pseudo{0%{background:rgba(0,0,0,.25)}100%{background:0 0}}
@-moz-keyframes anim-in-pseudo{0%{background:rgba(0,0,0,.25)}100%{background:0 0}}
@-ms-keyframes anim-in-pseudo{0%{background:rgba(0,0,0,.25)}100%{background:0 0}}
@keyframes anim-in-pseudo{0%{background:rgba(0,0,0,.25)}100%{background:0 0}}
@-webkit-keyframes anim-out{0%{width:0}100%{width:100%}}
@-moz-keyframes anim-out{0%{width:0}100%{width:100%}}@-ms-keyframes anim-out{0%{width:0}100%{width:100%}}
@keyframes anim-out{0%{width:0}100%{width:100%}}
@-webkit-keyframes anim-out-pseudo{0%{background:rgba(0,0,0,.25)}100%{background:0 0}}
@-moz-keyframes anim-out-pseudo{0%{background:rgba(0,0,0,.25)}100%{background:0 0}}
@-ms-keyframes anim-out-pseudo{0%{background:rgba(0,0,0,.25)}100%{background:0 0}}
@keyframes anim-out-pseudo{0%{background:rgba(0,0,0,.25)}100%{background:0 0}}



/*footer*/
footer .zxxx span{background:linear-gradient(140deg,#4343fd,#3281ff);}
footer .zxxx span:hover{background:linear-gradient(140deg,#3281ff,#4343fd);}
/*移动端footer样式*/
@media screen and (max-width:992px) {
  footer.bg-dark{
    background-color:var(--bs-white-rgb)!important;
  }
}
footer ul.align-items-end{font-size:0.875rem;}
footer .bi-pinterest{top:-4.5rem;font-size:3rem;}
.bi-pinterest::before {
  content: "\f663";
  background-color: #ffffff;
  border:3px var(--bs-border-style) var(--bs-white)!important;
  border-radius:2rem;
}